Version

fnSelectItem Method (ComboEditorBaseProxy<T,TControl>)

Internal proxy method to select an item of the ComboEditorBase control identified by its oComboItemId
Syntax
'Declaration
 
Protected Sub fnSelectItem( _
   ByVal oComboItemId As System.Object _
) 
protected void fnSelectItem( 
   System.object oComboItemId
)
protected: void fnSelectItem( 
   System.Object* oComboItemId
) 

Parameters

oComboItemId
Identifier of the ComboEditorBase item
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also